home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / cool_balls.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  110 b   |  6 lines

  1. on(release){
  2.    _root.setvol(0);
  3.    _root.soundon._visible = false;
  4.    _root.soundoff._visible = true;
  5. }
  6.